* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Microsoft YaHei", "SimSun", "Arail", "Tabhoma";
}

html,
body {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", "Arail", "Tabhoma";
	line-height: 1;
	background: #fff;
	color: #333;
	text-align: left;
	position: relative;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
select,
textarea {
	outline: 0;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

ul,
ol {
	list-style: none;
}

li {
	float: left;
}

a {
	color: #333;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	color: #c40001;
	cursor: pointer;
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container {
	width: 1280px;
	margin: 0 auto;
}

/* 分页 */
.pages2 {
	display: none;
}

.pages {
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px 60px;
	text-align: center;
	font-size: 0px;
}

.pages a {
	padding: 6px 12px;
	margin: 0px 8px;
	font-size: 16px;
	color: #000;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}

.pages a:hover {
	background-color: #003e96;
	border: 1px solid #003e96;
	color: #FFF;
}

.pages a.hover {
	background-color: #003e96;
	border: 1px solid #003e96;
	color: #FFF;
}

/* /分页 */

/* 分页 */
.pages2 {
	width: 100%;
	margin: 0px auto;
	padding: .5333rem 0rem .8rem;
	text-align: center;
	font-size: 0px;
}

.pages2 a {
	padding: .08rem .16rem;
	margin: 0px .1067rem;
	font-size: .2133rem;
	color: #000;
	text-align: center;
	background-color: #FFF;
	border: .0133rem solid #DDDDDD;
	border-radius: .0533rem;
	cursor: pointer;
	text-decoration: none;
}

.pages2 a:hover {
	background-color: #003e96;
	border: .0133rem solid #003e96;
	color: #FFF;
}

.pages2 a.hover {
	background-color: #003e96;
	border: .0133rem solid #003e96;
	color: #FFF;
}

/* /分页 */
.border-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*互动导航 */
.h_website_position a:hover,
.h_website_position a.hover {
	color: #003e96 !important;
}